object f_Prefs: Tf_Prefs Left = 408 Top = 224 Width = 440 Height = 320 BorderIcons = [biSystemMenu] Caption = 'Preferences' Color = clBtnFace Constraints.MaxHeight = 320 Constraints.MinHeight = 320 Constraints.MinWidth = 440 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OldCreateOrder = False Position = poMainFormCenter OnCreate = FormCreate OnDestroy = FormDestroy OnKeyDown = FormKeyDown OnShow = FormShow DesignSize = ( 432 293) PixelsPerInch = 96 TextHeight = 13 object bt_Ok: TButton Left = 272 Top = 260 Width = 72 Height = 25 Anchors = [akRight, akBottom] Caption = 'OK' Default = True ModalResult = 1 TabOrder = 1 OnClick = bt_OkClick end object PageControl: TPageControl Left = 0 Top = 0 Width = 432 Height = 251 ActivePage = tab_Application Align = alTop Anchors = [akLeft, akTop, akRight, akBottom] TabIndex = 1 TabOrder = 0 object tab_Startup: TTabSheet Caption = 'On &Startup' DesignSize = ( 424 223) object Label4: TLabel Left = 26 Top = 121 Width = 178 Height = 13 Caption = 'Applies to '#39'.abp'#39', '#39'.abg'#39' and '#39'.abh'#39' files.' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object cb_CreateFileAssociations: TCheckBox Left = 8 Top = 104 Width = 401 Height = 16 Caption = '&Restore File Associations' Checked = True State = cbChecked TabOrder = 1 end object rb_InitialProfileType: TRadioGroup Left = 8 Top = 8 Width = 409 Height = 85 Anchors = [akLeft, akTop, akRight] Caption = 'Use This Profile' ItemIndex = 1 Items.Strings = ( '&New' '&Previously Opened/Saved' 'C&ustom') TabOrder = 0 end object bt_SelectCustomInitialProfile: TButton Left = 334 Top = 67 Width = 73 Height = 21 Anchors = [akTop, akRight] Caption = '&Browse' TabOrder = 3 OnClick = bt_SelectCustomInitialProfileClick end object ed_CustomInitialProfile: TEdit Left = 112 Top = 67 Width = 216 Height = 20 Anchors = [akLeft, akTop, akRight] AutoSize = False TabOrder = 2 Text = 'ed_CustomInitialProfile' end end object tab_Application: TTabSheet Caption = '&Application' ImageIndex = 1 DesignSize = ( 424 223) object ed_DefDataDir: TEdit Left = 128 Top = 11 Width = 288 Height = 21 Anchors = [akLeft, akTop, akRight] Ctl3D = True ParentCtl3D = False TabOrder = 1 Text = 'ed_DefDataDir' end object bt_DefDataDir: TButton Left = 8 Top = 9 Width = 113 Height = 23 Caption = '&Data Directory' TabOrder = 0 OnClick = bt_DefDataDirClick end object cb_ShowDescriptionBoxes: TCheckBox Left = 8 Top = 42 Width = 169 Height = 17 Caption = 'Show Description &Boxes' Checked = True State = cbChecked TabOrder = 2 end object Panel8: TPanel Left = 208 Top = 40 Width = 209 Height = 22 Anchors = [akLeft, akTop, akRight] BevelInner = bvRaised BevelOuter = bvLowered TabOrder = 3 object Label13: TLabel Left = 2 Top = 2 Width = 205 Height = 18 Align = alClient Alignment = taCenter Caption = 'This is a Description Box.' Font.Charset = DEFAULT_CHARSET Font.Color = clMaroon Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False Layout = tlCenter end end object gbx_Language: TGroupBox Left = 8 Top = 128 Width = 409 Height = 41 Anchors = [akLeft, akTop, akRight] Caption = 'Lang&uage' TabOrder = 5 object cmbx_Languages: TComboBox Left = 8 Top = 16 Width = 177 Height = 21 Style = csDropDownList ItemHeight = 13 TabOrder = 0 end end object GroupBox1: TGroupBox Left = 8 Top = 172 Width = 409 Height = 41 Anchors = [akLeft, akTop, akRight] Caption = 'Preferences File' TabOrder = 6 DesignSize = ( 409 41) object ed_PrefsFile: TEdit Left = 8 Top = 16 Width = 393 Height = 19 Anchors = [akLeft, akTop, akRight] AutoSize = False BevelOuter = bvNone Color = clBtnFace Ctl3D = True ParentCtl3D = False ReadOnly = True TabOrder = 0 Text = 'ed_PrefsFile' end end object gbx_RecentFiles: TGroupBox Left = 8 Top = 64 Width = 409 Height = 61 Anchors = [akLeft, akTop, akRight] Caption = 'Recent Files' TabOrder = 4 DesignSize = ( 409 61) object Label2: TLabel Left = 56 Top = 20 Width = 108 Height = 13 Caption = 'Numbe&r of visible items' FocusControl = ed_MaxRecentFiles end object cb_RecentFilesShowPath: TCheckBox Left = 8 Top = 40 Width = 393 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Show &Path Information' TabOrder = 2 end object ed_MaxRecentFiles: TEdit Left = 8 Top = 16 Width = 25 Height = 21 TabOrder = 0 Text = '9' end object ud_MaxRecentFiles: TUpDown Left = 33 Top = 16 Width = 15 Height = 21 Associate = ed_MaxRecentFiles Min = 0 Max = 32 Position = 9 TabOrder = 1 Wrap = False end end end object tab_Backup: TTabSheet Caption = 'A&ction' ImageIndex = 3 DesignSize = ( 424 223) object Label6: TLabel Left = 26 Top = 100 Width = 70 Height = 13 Caption = 'Get 7-Zip from:' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label7: TLabel Left = 26 Top = 138 Width = 296 Height = 13 Caption = 'Not used when Abakt is started with command line parameters.' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object ed_DefDestDir: TEdit Left = 168 Top = 11 Width = 248 Height = 20 Anchors = [akLeft, akTop, akRight] AutoSize = False Ctl3D = True ParentCtl3D = False TabOrder = 1 Text = 'ed_DefDestDir' end object bt_DefDestDir: TButton Left = 8 Top = 9 Width = 153 Height = 23 Caption = 'Default &Destination Directory' TabOrder = 0 OnClick = bt_DefDestDirClick end object bt_TempDir: TButton Left = 8 Top = 41 Width = 153 Height = 23 Caption = '&Temporary Directory' TabOrder = 2 OnClick = bt_TempDirClick end object ed_TempDir: TEdit Left = 168 Top = 43 Width = 161 Height = 20 Anchors = [akLeft, akTop, akRight] AutoSize = False Ctl3D = True ParentCtl3D = False TabOrder = 3 Text = 'ed_TempDir' end object bt_DefaultTempDir: TButton Left = 337 Top = 42 Width = 79 Height = 22 Anchors = [akTop, akRight] Caption = 'Default' TabOrder = 4 OnClick = bt_DefaultTempDirClick end object bt_7ZipExe: TButton Left = 8 Top = 73 Width = 153 Height = 23 Caption = '&7-Zip Executable' TabOrder = 5 OnClick = bt_7ZipExeClick end object ed_ExePath7Zip: TEdit Left = 168 Top = 75 Width = 248 Height = 21 Anchors = [akLeft, akTop, akRight] Ctl3D = True ParentCtl3D = False TabOrder = 6 Text = 'ed_ExePath7Zip' end object pnl_7ZipInternet: TPanel Left = 168 Top = 100 Width = 249 Height = 13 Cursor = crHandPoint Alignment = taLeftJustify BevelOuter = bvNone Caption = 'http://sourceforge.net/projects/sevenzip/' Font.Charset = DEFAULT_CHARSET Font.Color = clBlue Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 7 OnClick = pnl_7ZipInternetClick end object cb_ActFile_ConfirmDelete: TCheckBox Left = 8 Top = 120 Width = 409 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = '&Confirm '#39'File Operation | Delete'#39 Checked = True State = cbChecked TabOrder = 8 end end object tab_Logging: TTabSheet Caption = '&Logging' ImageIndex = 2 DesignSize = ( 424 223) object Label3: TLabel Left = 26 Top = 40 Width = 225 Height = 13 Caption = 'For every file: show IF it is included or excluded.' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label10: TLabel Left = 26 Top = 120 Width = 337 Height = 13 Caption = 'Show detailed file progress. If unchecked, only the failures are' + ' reported.' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label5: TLabel Left = 26 Top = 76 Width = 371 Height = 13 Caption = 'Show WHY a file is included or excluded. Also applies to window ' + 'Source/Files.' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label11: TLabel Left = 8 Top = 4 Width = 385 Height = 13 Caption = 'Specify the information that is shown on the Log panel while per' + 'forming an Action:' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object Label8: TLabel Left = 278 Top = 203 Width = 68 Height = 13 Alignment = taRightJustify Caption = 'Max Size (kB):' Visible = False end object cb_LogBuildingFileLists: TCheckBox Left = 8 Top = 25 Width = 409 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Detailed '#39'&Building File Lists'#39 TabOrder = 0 end object cb_LogFullAction: TCheckBox Left = 8 Top = 105 Width = 409 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Detailed File &Progress' TabOrder = 2 end object cb_LogExtraFilterInfo: TCheckBox Left = 8 Top = 61 Width = 409 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Detailed &Filter Information' Checked = True State = cbChecked TabOrder = 1 end object bt_ActionLogDir: TButton Left = 26 Top = 168 Width = 129 Height = 23 Caption = 'Action Log &Directory' TabOrder = 4 OnClick = bt_ActionLogDirClick end object ed_ActionLogDir: TEdit Left = 168 Top = 170 Width = 247 Height = 20 Anchors = [akLeft, akTop, akRight] AutoSize = False Ctl3D = True ParentCtl3D = False TabOrder = 5 Text = 'ed_ActionLogDir' end object cb_AutoSaveActionLog: TCheckBox Left = 8 Top = 149 Width = 409 Height = 16 Anchors = [akLeft, akTop, akRight] Caption = 'Save Action Log &to ".log".' Checked = True State = cbChecked TabOrder = 3 end object cb_LogStatusToFile: TCheckBox Left = 8 Top = 202 Width = 258 Height = 15 Caption = 'Append Status to "[AppDir]\Abakt.log"' Enabled = False TabOrder = 6 Visible = False end object ed_MaxStatusLogSize: TEdit Left = 350 Top = 200 Width = 51 Height = 21 TabOrder = 7 Text = '2048' Visible = False end object sped_MaxStatusLogSize: TUpDown Left = 401 Top = 200 Width = 15 Height = 21 Associate = ed_MaxStatusLogSize Min = 0 Max = 4096 Position = 2048 TabOrder = 8 Thousands = False Visible = False Wrap = False end end object tab_Advanced: TTabSheet Caption = 'Ad&vanced' ImageIndex = 4 DesignSize = ( 424 223) object Label12: TLabel Left = 27 Top = 25 Width = 390 Height = 26 Anchors = [akLeft, akTop, akRight] AutoSize = False Caption = 'Enable to remove non-existing Source Directories from a Profile ' + 'when it is opened, and from the directory tree on page Source.' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False WordWrap = True end object Label1: TLabel Left = 26 Top = 122 Width = 153 Height = 13 Caption = 'Applies to Zip Method '#39'Replace'#39'.' Font.Charset = DEFAULT_CHARSET Font.Color = clNavy Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False end object cb_RemoveNonExistingSourceDirs: TCheckBox Left = 8 Top = 8 Width = 409 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = '&Remove Non-Existing Source Directories' Checked = True State = cbChecked TabOrder = 0 end object cb_UseNewUIOnBFD: TCheckBox Left = 8 Top = 58 Width = 409 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Use New UI BrowseFor&Folder' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 1 end object cb_IncludeEmptyDirs: TCheckBox Left = 7 Top = 82 Width = 409 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = '&Include Empty Directories' Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False TabOrder = 2 end object cb_CreateTempZipCopy: TCheckBox Left = 7 Top = 106 Width = 409 Height = 17 Anchors = [akLeft, akTop, akRight] Caption = 'Create &Temporary Copy if Zip Archive exists' Checked = True Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] ParentFont = False State = cbChecked TabOrder = 3 end end end object bt_Cancel: TButton Left = 352 Top = 260 Width = 72 Height = 25 Anchors = [akRight, akBottom] Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 2 OnClick = bt_CancelClick end object bt_Help: TButton Left = 8 Top = 260 Width = 72 Height = 25 Caption = 'Help' TabOrder = 3 OnClick = bt_HelpClick end object odlg_7ZipExe: TOpenDialog DefaultExt = 'exe' FileName = '7z.exe' Filter = 'Application (*.exe)|*.exe|Any File (*.*)|*.*' Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist, ofEnableSizing, ofDontAddToRecent] Title = '7-Zip Commandline Executable' Left = 200 Top = 240 end object odlg_InitialProfile: TOpenDialog DefaultExt = 'abp' Filter = 'Abakt Profile (*.abp)|*.abp|All files (*.*)|*.*' Options = [ofHideReadOnly, ofExtensionDifferent, ofPathMustExist, ofFileMustExist, ofEnableSizing, ofForceShowHidden] Left = 120 Top = 240 end end